Xbasic

json_from_bson Function

Syntax

json_from_bson(bson as B)

Arguments

bsonBinary

Bson data.

Description

BSON was created by the developers of Mongo DB. BSON is JSON data that is converted to binary. The json_from_bson() function converts BSON data back into JSON.

See Also